Advanced configurations for Docker Compose deployment

Changing the target port of the profiler service

  1. By default, the profiler service is accessible at TCP port 8080 (http://<host_ip_name>:8080/)

  2. If the port is unavailable, it can be changed by editing the TARGET_PORT available in .env file.

Copy
TARGET_PORT=<new_target_port>
  1. The profiler can then be accessed via http://<host_ip_name>:<new_port>/